.wide *{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*顶部*/
.home_header{
    height:44px;
    line-height:44px;
    min-width:1200px;
    background: #32373e;/*#b02c2c*/
    color:#fff;
}
.home_header .left_txt{
    float:left;
    width:300px;
}
.home_header .right_info{
    width:900px;
    float: right;
}
.home_header .right_info .header_qrcode_item{
    display: inline-block;
    float: right;
    position:relative;
    height:40px;
}
.home_header .right_info .header_qrcode_item:hover{
    cursor: pointer;
}
.home_header .right_info .header_qrcode_item .item_txt{
    padding-left:28px;
    color:#fff;
    height:40px;
    line-height: 40px;
}
.home_header .right_info .header_qrcode_item:hover .item_txt{
    color:#f08200;
}
.home_header .right_info .header_qrcode_item .item_txt.mobile{background: url(../images/index/mobile_img_default.png) no-repeat left center;}
.home_header .right_info .header_qrcode_item:hover .item_txt.mobile{background: url(../images/index/mobile_img_hover.png) no-repeat left center;}
.home_header .right_info .header_qrcode_item .item_txt.weixin{background: url(../images/index/weixin_img_default.png) no-repeat left center;}
.home_header .right_info .header_qrcode_item:hover .item_txt.weixin{background: url(../images/index/weixin_img_hover.png) no-repeat left center;}
.home_header .right_info .header_qrcode_item .item_txt.xcx{background: url(../images/index/xcx_img_default.png) no-repeat left center;}
.home_header .right_info .header_qrcode_item:hover .item_txt.xcx{background: url(../images/index/xcx_img_hover.png) no-repeat left center;}

.home_header .right_info .header_qrcode_item .itme_show{
    position:absolute;
    left:0;
    top:37px;
    background:#fff;
    border:1px solid #f2f2f2;
    z-index:10;
    width:100px;
    height:100px;
    padding:5px;
    display: none;
}
.home_header .right_info .header_qrcode_item .itme_show img{
    width:90px;
    height:90px;
}
.home_header .right_info .header_qrcode_item:after{
    width:11px;
    height:12px;
    position:absolute;
    content:"";
    left:45px;
    top:27px;
    background:url(../images/index/box_arrow.png) no-repeat center;
    z-index:2;
    display: none;
}
.home_header .right_info .header_qrcode_item:hover .itme_show,.home_header .right_info .header_qrcode_item:hover:after{
    display: block;
}
.home_header .right_info .split_line{
    display: inline-block;
    float: right;
    height:40px;
    line-height:40px;
    margin:0 10px;
}


/*logo通栏*/
.logo-nav-group{width: 100%;height: 100px;background-color: #fff;}
.logo-nav-group .logo-nav-main{width: 1200px;margin: 0 auto;}
.logo-nav-group .logo-nav-main .logo-nav-l{width: 520px;float: left;}
.logo-nav-group .logo-nav-main .logo-nav-l .top-logo{width: 438px;
    height: 100px;
    display: table;
    float: left;
    }
.logo-nav-group .logo-nav-main .logo-nav-l .top-logo a{display: table-cell;vertical-align: middle;}
.logo-nav-group .logo-nav-main .logo-nav-l .top-logo a img{max-width: 250px;max-height: 78px;}
.logo-nav-group .logo-nav-main .logo-nav-l .top-subsite{float: left;margin-top: 55px;width: 205px;}
.logo-nav-group .logo-nav-main .logo-nav-l .top-subsite .J-choose-subsite{margin-right: 20px;background:url(../images/location_icon.png) no-repeat left center;padding-left: 13px;}
.logo-nav-group .logo-nav-main .logo-nav-l .top-subsite .J-choose-subsite .current_site{color: #333;font-size: 15px;}
.logo-nav-group .logo-nav-main .logo-nav-l .top-subsite .J-choose-subsite .change_site{color:#0075c1;cursor: pointer;margin-left: 5px;font-size: 12px;}
.logo-nav-group .logo-nav-main .logo-nav-l .top-subsite .J-choose-subsite .change_site:hover{color: #0a8fe5;}
.logo-nav-group .logo-nav-main .logo-nav-m{float: right;}
/*导航*/
.logo-nav-group .logo-nav-main .logo-nav-m .nav_list{
    float:right;
    padding-top:30px;
}
.logo-nav-group .logo-nav-main .logo-nav-m .nav_list li{
    float:left;
    height:35px;
    line-height:35px;
    margin-left:20px;
}
.logo-nav-group .logo-nav-main .logo-nav-m .nav_list li > a{
    display: block;
    font-size:16px;
    color:#282828;
    font-weight: bold;
    position:relative;
}
.logo-nav-group .logo-nav-main .logo-nav-m .nav_list li > a:after{
    content:"";
    width:100%;
    height:4px;
    background:#1b84c8;
    position:absolute;
    left:0;
    bottom:-5px;
    transform:scaleX(0);
    -o-transform:scaleX(0);
    -moz-transform:scaleX(0);
    -webkit-transform:scaleX(0);
    transition:all .3s;
    transition:all .3s;
    -o-transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
}
.logo-nav-group .logo-nav-main .logo-nav-m .nav_list li.active > a:after{
    transform:scaleX(1);
    -o-transform:scaleX(1);
    -moz-transform:scaleX(1);
    -webkit-transform:scaleX(1);
}
.logo-nav-group .logo-nav-main .logo-nav-m .nav_list li.active > a,.logo-nav-group .logo-nav-main .logo-nav-m .nav_list li:hover > a{
    color:#1b84c8;
}
.logo-nav-group .logo-nav-main .logo-nav-m .nav_list .drop-parent{position: relative;z-index: 1}
.logo-nav-group .logo-nav-main .logo-nav-m .nav_list .drop-parent a.header-dropdown i.nav-down-icon{background: url(../images/header_icon04.png) no-repeat center;width: 11px;height: 10px;display: inline-block;margin-left: 3px;}
.logo-nav-group .logo-nav-main .logo-nav-m .nav_list .drop-parent:hover .nav-more-list{display: block;}
.logo-nav-group .logo-nav-main .logo-nav-m .nav_list .drop-parent .nav-more-list{width:100px;padding:0 5px;display: none;position: absolute;top: 36px;left: -34px;background-color:#fff;border:1px solid #f2f2f2;z-index: 1;}
.logo-nav-group .logo-nav-main .logo-nav-m .nav_list .drop-parent .nav-more-list ul li{display: block;text-align: center;margin-left:0;width:90px;border-top:1px dashed #ddd;}
.logo-nav-group .logo-nav-main .logo-nav-m .nav_list .drop-parent .nav-more-list ul li:first-child{border:0;}
.logo-nav-group .logo-nav-main .logo-nav-m .nav_list .drop-parent .nav-more-list ul li a{font-size:14px;font-weight:500;}
.logo-nav-group .logo-nav-main .logo-nav-m .nav_list .drop-parent .nav-more-list ul li:hover{color:#1b84c8;}
.logo-nav-group .logo-nav-main .logo-nav-m .nav_list .drop-parent .nav-more-list ul li:hover a{color:#1b84c8;}

.logo-nav-group .logo-nav-main .logo-nav-m .nav_list .drop-parent:after{
    width:11px;
    height:12px;
    position:absolute;
    content:"";
    left: 12px;
    top: 26px;
    background:url(../images/index/box_arrow.png) no-repeat center;
    z-index:2;
    display: none;
}
.logo-nav-group .logo-nav-main .logo-nav-m .nav_list .drop-parent:hover:after{
    display: block;
}


/*搜索*/
.home_search_box{
    width:1180px;
    padding:20px 0;
}
.index_top_sousuo{width:1080px; margin:0 auto;}

.home_search_box .index_top_sousuo .s_l{float: right;width: 190px;}
.home_search_box .index_top_sousuo .s_l a{
    display:inline-block;
    width: 80px;
    height:55px;
    line-height:55px;
       background: #1b84c8;
    /*background: #c81b1b;*/
    color: #fff;margin-left: 10px;
    text-align: center;
}
.home_search_box .index_top_sousuo .s_l a:hover{
    background: #1b84c8;
    /*background: #c81b1b;*/

}

.index_sobox{width:885px;position:relative;float: left;}
.index_sobox .inputbg{
    width:885px; height:55px;
    position:relative;
    background:#1b84c8;
    /*background: #c81b1b;*/
}
.index_sobox .inputbg .selecttype{
    color:#282828;
    width: 120px;
    height: 49px;
    line-height: 49px;
    background-color:#fff;
    padding-left: 25px;
    font-size:15px;
    background-image:url(../images/index/index_searchbox_arrow.png);
    background-repeat:no-repeat;
    background-position:85px center;
    border-right:1px solid #ededed;
    position:absolute;
    left: 3px;
    top: 3px;
    cursor:pointer;
}
.index_sobox .inputbg .selecttype.hover{background-color:#FFFFFF}
.index_sobox .inputbg .select_spline{z-index:1;width:1px;height:20px;background-color:#ddd;position:absolute;left:122px;top: 18px;}
.index_sobox .inputbg .selecttype_down{z-index:9999;display:none;border:3px solid #1b84c8;background-color:#fff; border-top:0px;position:absolute;left:0;top: 52px;}
.index_sobox .inputbg .selecttype_down .down_list{width: 120px;height: 35px;line-height: 35px;cursor:pointer;padding-left: 25px;padding-right:8px;font-size:14px;top:0px;left:0px;color: #282828;}
.index_sobox .inputbg.open .selecttype_down{display:block;}
.index_sobox .inputbg .selecttype_down .down_list:hover{color:#008aff;}
.index_sobox .inputbg .inoputbox{position:absolute;left: 122px;top: 3px;width: 495px;height: 49px;background-color:#fff; }
.index_sobox .inputbg .inoputbox input{height: 49px;width: 485px;border:0px;line-height: 49px;padding-left:10px;}
.index_sobox .inputbg .sobut{
    font-size: 15px;
    font-weight: bold;
    position:absolute;
    right: 3px;
    top: 3px;
    padding-left: 30px;
    background: url(../images/index/sobut_icon.png) no-repeat 18px center;
    width: 132px;
    height: 49px;
    line-height: 49px;
    border:0px;
    color:#FFFFFF;
    cursor:pointer;
}
.index_sobox .inputbg .sobut:hover{
    background-color: #148ff8;
    /*background-color: #c81b1b;*/
}  /*#148ff8;*/
.index_sobox .district_select{
    color:#282828;
    width: 130px;
    height: 49px;
    line-height: 49px;
    background-color:#fff;
    padding-left: 25px;
    font-size:15px;
    background-image:url(../images/index/index_searchbox_arrow.png);
    background-repeat:no-repeat;
    background-position:95px center;
    position:absolute;
    left: 615px;
    top: 3px;
    cursor:pointer;
}
.index_sobox .district_select .select_spline{z-index:1;width:1px;height:20px;background-color:#ddd;position:absolute;left:0;top: 15px;}
.index_sobox .district_select .select_result{
    width: 70px;
    height: 49px;
    line-height: 49px;
}
.index_sobox .inputbg .select_spline{z-index:1;width:1px;height:20px;background-color:#ddd;position:absolute;left:122px;top: 18px;}
.index_sobox .district_select .select_options{
    z-index:9999;display:none;
    border:3px solid #1b84c8;background-color:#fff;
    border-top:0px;position:absolute;left:0;top: 49px
}
.index_sobox .district_select .select_options .down_list{
    width: 127px;height: 35px;line-height: 35px;cursor:pointer;padding-left: 25px;padding-right:8px;font-size:14px;top:0px;left:0px;color: #282828;}
.index_sobox .district_select .select_options.open{display:block;}
.index_sobox .district_select .select_options .down_list:hover{color:#008aff;}

.home_search_hotwords{
    width:850px;
    height:50px;
    margin:0 auto;
    padding-top:15px;
    color:#555555;
    font-size:14px;
}
.home_search_hotwords a{
    color:#555555;
    margin-left:10px;
}
.home_search_hotwords a:hover{
    color:#1b84c8;
    text-decoration: underline;
}
.home_search_box .search-txt{ width: 850px;font-size: 14px;margin:0 auto;}
.home_search_box .search-txt a{display: inline-block;line-height: 22px;}
.home_search_box .search-txt .hot-word{ width: 850px;height: 22px;overflow: hidden;margin-top:15px;}
.home_search_box .search-txt .hot-word span{color: #333;}
.home_search_box .search-txt .hot-word a{margin: 0 5px;}
.home_search_box .search-txt .hot-word a:hover{color: #333;text-decoration: underline;}


/*主体内容*/
.aix-main{width: 1200px;margin: 0 auto; }
.aix-main .aix-main-l{float: left;width: 250px;height: 625px; }
.aix-main .aix-main-l .job-nav{background: #fff;color: #282828;position: relative;z-index: 1002; padding:12px 0;}
.aix-main .aix-main-l .job-nav a{color: #282828;font-size: 13px;display: inline-block;line-height: 28px;margin-left: 16px;}
.aix-main .aix-main-l .job-nav dl{height: 43px;padding: 0;margin: 0;position:relative;}
.aix-main .aix-main-l .job-nav dd{position: absolute;background: #fff; left:0;padding-left: 20px;width: 218px;height: 43px;line-height: 43px;padding-right: 10px;border:1px solid #fff;border-right:0;}
.aix-main .aix-main-l .job-nav dd .icon-arrow-right{float: right;margin-top: 5px;width: 16px;background: url(../images/jm_arr.png) no-repeat;position: relative;top: 10px;height: 16px;}
.aix-main .aix-main-l .job-nav dd>b{float: left;color: #282828;font-size: 15px; }
.aix-main .aix-main-l .job-nav a{color: #282828;font-size: 13px;display: inline-block;line-height: 28px;margin-left: 16px;}
.aix-main .aix-main-l .job-nav .menu-sub{z-index:1;display: none;border:1px solid #1b84c8;position: absolute;background: #fff;width: 650px;max-height: 600px;top: 0; left: 248px;overflow-y: auto; padding: 20px 30px 20px 10px;}
.aix-main .aix-main-l .job-nav .menu-sub::-webkit-scrollbar{width: 8px;}
.aix-main .aix-main-l .job-nav .menu-sub::-webkit-scrollbar-thumb{border-radius: 6px; background: rgba(27,132,200,.3);}
.aix-main .aix-main-l .job-nav .menu-sub::-webkit-scrollbar-track{border-radius: 6px;}
.aix-main .aix-main-l .job-nav .menu-sub .menu-article{padding-left: 20px;height: 30px;font-size: 15px;font-weight: 700;}
.aix-main .aix-main-l .job-nav .menu-sub h4{float: left;width: 104px;color: #8d92a1;font-size: 13px;padding-top: 2px;font-weight: 400;padding-left: 20px;}
.aix-main .aix-main-l .job-nav .menu-sub .text{margin-left: 130px;border-bottom: solid 1px #f5f6f9;padding: 0 0 10px 1px;}
.aix-main .aix-main-l .job-nav .menu-sub .text a{margin-left: 0;margin-right: 25px;}
.aix-main .aix-main-l .job-nav .show-all{padding: 15px 0 9px 20px;width: 233px;border-top: dashed 1px #ecedef;margin-top: 9px;color: #fe2e5f;cursor: pointer;}
.aix-main .aix-main-l .job-nav dl.active dd{border-color:#1b84c8;z-index:2;}
.aix-main .aix-main-l .job-nav dl.active dd>b,.aix-main .aix-main-l .job-nav dl.active dd>a{color: #1b84c8;}
.aix-main .aix-main-l .job-nav dl.active .menu-sub{display: block;}
.aix-main .aix-main-l .job-nav dl.active dd .icon-arrow-right{background-image: url(../images/jm_arr_active.png);background-position-x: 5px;}
.aix-main .aix-main-l .job-nav .menu-sub .menu-sub-content{animation: fadeInLeft .3s ease-in-out;-webkit-animation: fadeInLeft .3s ease-in-out;}
@-webkit-keyframes fadeInLeft{
    0%{opacity:0;-webkit-transform:translateX(-5px);transform:translateX(-5px)}
    100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
@keyframes fadeInLeft{
    0%{opacity:0;-webkit-transform:translateX(-5px);transform:translateX(-5px)}
    100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
.aix-main .aix-main-l .job-nav .menu-sub .menu-sub-content ul li{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}
.aix-main .aix-main-l .job-nav .menu-sub .menu-sub-content ul li a{
    color: #666;
}
.aix-main .aix-main-l .job-nav .menu-sub .menu-sub-content ul li a:hover{
    color: #0b7fc9;
    text-decoration: underline;
}
.aix-main .aix-main-r{float: right;width: 940px; }
.aix-main .aix-main-r .main-r-l{float: left;width: 678px; }
.aix-main .aix-main-r .slide-box{position: relative;background:#fff;}
.aix-main .aix-main-r .slide-box.slide-container{width: 678px;height: 296px;overflow: hidden;position: relative;}
.aix-main .aix-main-r .slide-box.slide-container .silde-item a img{width: 678px;height: 296px;}
.aix-main .aix-main-r .slide-box.slide-container .hd{position: absolute;bottom: 5px;z-index: 99}
.aix-main .aix-main-r .slide-box.slide-container .hd ul{text-align: center;width: 678px;}
.aix-main .aix-main-r .slide-box.slide-container .hd ul li{display: inline-block;background: #fff; border: 1px solid #fff;opacity: 1;width: 8px;height: 8px;border-radius: 100%;margin: 0 4px;cursor: pointer;}
.aix-main .aix-main-r .slide-box.slide-container .hd ul li.on{background: #6d7074; border: 1px solid #fff;opacity: 1;}


.aix-main .aix-main-r .home-jobs-group{
    width:678px;
    height:200px;
    overflow: hidden;
    background:#fff;
    margin-top:10px;
}
.aix-main .aix-main-r .home-jobs-group .group-switch-title{
    width:678px;
    height:40px;
    overflow: hidden;
}
.aix-main .aix-main-r .home-jobs-group .group-switch-title .title-li{
    width:50%;
    height:40px;
    line-height:40px;
    float: left;
    text-align: center;
    font-size:15px;
    color:#282828;
    font-weight: bold;
    background:#fbfbfb;
}
.aix-main .aix-main-r .home-jobs-group .group-switch-title .title-li.cur{
    color:#fff;
    background:#1b84c8;
}
.aix-main .aix-main-r .home-jobs-group .group-switch-title .title-li:hover{
    cursor: pointer;
}
.aix-main .aix-main-r .home-jobs-group .group-list {
    height:150px;
    overflow:hidden;
}
.aix-main .aix-main-r .home-jobs-group .group-list .jobs-list{
    padding-left:15px;
}
.aix-main .aix-main-r .home-jobs-group .group-list .jobs-list .list-jobs-item{
    margin-right:10px;
    margin-top:10px;
    float:left;
}
.aix-main .aix-main-r .home-jobs-group .group-list .jobs-list .list-jobs-item a{
    display: block;
    color:#282828;
    border:1px solid #1b84c8;
    width:153px;
    height:36px;
    line-height:36px;
    text-align: center;
}
.aix-main .aix-main-r .home-jobs-group .group-list .jobs-list .list-jobs-item a:hover{
    color:#fff;
    background:#1b84c8;
}

.aix-main .aix-main-r .top-center-ads{
    background-color:#fff;
    height:120px;
    overflow: hidden;
    padding-left:13px;
}
.aix-main .aix-main-r .top-center-ads .ad-item{
    width:323px;
    height:54px;
    float:left;
    margin-right:5px;
    margin-bottom:5px;
}
.aix-main .aix-main-r .top-center-ads .ad-item img{
    width:323px;
    height:54px;
}

.aix-main .aix-main-r .main-r-r{
    width:250px;
    float:right
}

/*登录框*/
.index_login_box{
    width:250px;
    height:235px;
    overflow: hidden;
    background:#fff;
    border:0;
}
.home_login_box{
    position: relative;
    padding:25px;
}
.home_login_box .welcom_word{
    height: 60px;
    background: url(../images/index/no_avatar.png) no-repeat 0 center;
    padding-left:70px;
    padding-top: 8px;
    line-height:25px;
    color:#57577a;
    margin-bottom:20px;
}
.home_login_box .btn_group{
    height:33px;
    line-height:33px;
    text-align: center;
}
.home_login_box .login_btn{
    display: inline-block;
    margin-right:10px;
    width:90px;
    height:33px;
    line-height:33px;
    color:#fff;
    text-align: center;
    background:#1b84c8;
    border-radius:20px;
    overflow: hidden;
}
.home_login_box .login_btn:hover{
    background: #2b99e0;
    cursor: pointer;
}
.home_login_box .register_btn{
    display: inline-block;
    width:90px;
    height:33px;
    line-height:33px;
    color:#fff;
    text-align: center;
    background:#fd7400;
    border-radius:20px;
    overflow: hidden;
}
.home_login_box .register_btn:hover{
    background: #ff841a;
    cursor: pointer;
}
.home_login_box .register_part{
    border-top:1px solid #f8f8f8;
    margin-top:20px;
    height:50px;
    padding:10px 0 10px 45px;
    line-height:25px;
    background: url(../images/index/register_icon.png) no-repeat 12px 16px #fbfbfb;
    font-size:13px;
    color:#666666;
}
.home_login_box .register_part span{
    color:#fd7400;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}
.home_login_box .register_part a{
    color:#1b84c8;
    font-size: 13px;
    text-decoration: underline;
}
.home_login_box .register_part a:hover{
    color: #158fde;
    text-decoration: none;
}

/*已登录*/
/*企业已经登录*/
.index_login_box .log_in_com{width:305px;}
.index_login_box .log_in_com .yuname{width:305px;height:50px;line-height:50px;border-bottom:1px #F3F3F3 solid;margin-bottom:15px;}
.index_login_box .log_in_com .yuname .username{float:left;width:178px;padding-left:30px;color:#F45204;font-size:18px;padding-right:20px;}
.index_login_box .log_in_com .yuname .username span{color:#666666}
.index_login_box .log_in_com .yuname .ylogout{display:block;text-decoration:none;float:left;width:50px;font-size:12px;border:1px #EEEEEE solid;height:23px;line-height:23px;background-color:#ffffff;text-align:center;margin-top:12px;color:#333333;cursor:pointer;border-radius:4px;}
.index_login_box .log_in_com .yuname .ylogout:hover{color:#FFFFFF;background-color:#FF3300;border:1px #FF3300 solid}
.index_login_box .log_in_com .cominfo{padding-left:30px;}
.index_login_box .log_in_com .cominfo .comlogo{width:63px;height:63px;border:1px #eeeeee solid;border-radius:8px;float:left}
.index_login_box .log_in_com .cominfo .comlogo img{width: 50px;height: 50px;border-radius:8px;}
.index_login_box .log_in_com .cominfo .comright{float:left;width:210px;}
.index_login_box .log_in_com .cominfo .comright .cname{width: 160px;padding-left:15px;height: 20px;color:#333333;margin-top:3px;font-size: 13px;}
.index_login_box .log_in_com .cominfo .comright .sign{width:48px;height:32px;line-height:32px;background-color:#FF9900;color:#FFFFFF;margin-left:15px;border-radius:32px;background-image:url(../images/128.png);background-repeat:no-repeat;background-position:15px 8px;padding-left:38px;cursor:pointer}
.index_login_box .log_in_com .cominfo .comright .sign:hover{background-color:#FF6600}
.index_login_box .log_in_com .combtns{padding-left:12px;margin-top: 5px;}
.index_login_box .log_in_com .combtns a{display:block;color:#333333;text-decoration:none;width:90px;height:23px;float:left;border-right:1px #EEEEEE solid;margin-top:25px;background-image:url(../images/128.png);text-align:center;background-repeat:no-repeat;padding-top:40px;}
.index_login_box .log_in_com .combtns a:hover{color:#000000}
.index_login_box .log_in_com .combtns a.last{border:0px;}
.index_login_box .log_in_com .combtns a.add{background-position:30px -28px;}
.index_login_box .log_in_com .combtns a:hover.add{background-position:30px -98px;}
.index_login_box .log_in_com .combtns a.manage{background-position:30px -168px;}
.index_login_box .log_in_com .combtns a:hover.manage{background-position:30px -238px;}
.index_login_box .log_in_com .combtns a.refurbish{background-position:30px -307px;}
.index_login_box .log_in_com .combtns a:hover.refurbish{background-position:30px -368px;}
.index_login_box .log_in_com .combtns a.ntxt{background:none;padding-top:3px;height:60px;}
.index_login_box .log_in_com .combtns a.ntxt span{display:block;height:30px;color:#666666;text-align:center;font-size:20px;}
.index_login_box .log_in_com .com_login_in{display:block;text-decoration:none;width:252px;height:40px;line-height:40px;color:#FFFFFF;border:0px;background-color:#FF5A00;border-radius:4px;cursor:pointer;margin-top:30px;margin-left:25px;text-align:center;}
.index_login_box .log_in_com .com_login_in:hover{color:#FFFFFF;background-color:#FF8000}

/*个人已经登录*/
.index_login_box .log_in_per{width:305px;}
.index_login_box .log_in_per .yuname{width:305px;height:50px;line-height:50px;border-bottom:1px #F3F3F3 solid;margin-bottom:15px;}
.index_login_box .log_in_per .yuname .username{float:left;width:178px;padding-left:30px;color:#F45204;font-size:18px;padding-right:20px;}
.index_login_box .log_in_per .yuname .username span{color:#666666;padding-right:5px;}
.index_login_box .log_in_per .yuname .ylogout{display:block;text-decoration:none;float:left;width:50px;font-size:12px;border:1px #EEEEEE solid;height:23px;line-height:23px;background-color:#ffffff;text-align:center;margin-top:12px;color:#333333;cursor:pointer;border-radius:4px;}
.index_login_box .log_in_per .yuname .ylogout:hover{color:#FFFFFF;background-color:#FF3300;border:1px #FF3300 solid}
.index_login_box .log_in_per .info{padding-left:30px;}
.index_login_box .log_in_per .info .photo{width:63px;height:63px;border:1px #eeeeee solid;border-radius:63px;float:left}
.index_login_box .log_in_per .info .photo img{width: 50px;height: 50px;border-radius: 50px;}
.index_login_box .log_in_per .info .pname{width:70px;padding-left:15px;color:#333333;margin-top:3px;float:left;padding-top:18px;}
.index_login_box .log_in_per .info .sign{width:48px;height:32px;line-height:32px;background-color:#FF9900;color:#FFFFFF;margin-left:15px;border-radius:32px;background-image:url(../images/128.png);background-repeat:no-repeat;background-position:15px 8px;padding-left:38px;cursor:pointer;float:left;margin-top:15px;}
.index_login_box .log_in_per .info .sign:hover{background-color:#FF6600}
.index_login_box .log_in_per .perbtns{padding-left:12px;margin-top:5px;}
.index_login_box .log_in_per .perbtns a{display:block;color:#333333;text-decoration:none;width:90px;height:23px;float:left;border-right:1px #EEEEEE solid;margin-top:25px;background-image:url(../images/128.png);text-align:center;background-repeat:no-repeat;padding-top:40px;}
.index_login_box .log_in_per .perbtns a:hover{color:#000000}
.index_login_box .log_in_per .perbtns a.last{border:0px;}
.index_login_box .log_in_per .perbtns a.add{background-position:30px -28px;}
.index_login_box .log_in_per .perbtns a:hover.add{background-position:30px -98px;}
.index_login_box .log_in_per .perbtns a.manage{background-position:30px -168px;}
.index_login_box .log_in_per .perbtns a:hover.manage{background-position:30px -238px;}
.index_login_box .log_in_per .perbtns a.refurbish{background-position:30px -307px;}
.index_login_box .log_in_per .perbtns a:hover.refurbish{background-position:30px -368px;}
.index_login_box .log_in_per .perbtns a.ntxt{background:none;padding-top:3px;height:60px;}
.index_login_box .log_in_per .perbtns a.ntxt span{display:block;height:30px;color:#666666;text-align:center;font-size:20px;}
.index_login_box .log_in_per .com_login_in{display:block;text-decoration:none;width:252px;height:40px;line-height:40px;color:#FFFFFF;border:0px;background-color:#FF5A00;border-radius:4px;cursor:pointer;margin-top:30px;margin-left:25px;text-align:center;}
.index_login_box .log_in_per .com_login_in:hover{color:#FFFFFF;background-color:#FF8000}

.index_login_box .log_in_com,.index_login_box .log_in_per{ width:250px;}
.index_login_box .log_in_com .yuname,.index_login_box .log_in_per .yuname{height: 30px;line-height: 30px;width:250px;margin-bottom:5px;}
.index_login_box .log_in_com .yuname .username,.index_login_box .log_in_per .yuname .username{font-size: 14px;padding-left:15px;color:#2e82ff;width: 150px;}
.index_login_box .log_in_com .yuname .ylogout,.index_login_box .log_in_per .yuname .ylogout{margin-top: 2px;}
.index_login_box .log_in_com .cominfo,.index_login_box .log_in_per .info{padding-left: 15px;}
.index_login_box .log_in_com .cominfo .comlogo,.index_login_box .log_in_per .info .photo{width: 50px;height: 50px;}
.index_login_box .log_in_com .cominfo .comright{width: 180px;}
.index_login_box .log_in_com .cominfo .comright .sign,.index_login_box .log_in_per .info .sign{
    width: 40px;height: 27px;line-height: 27px;background-position: 10px 5px;padding-left:30px;float: left;margin-top: 10px;
    margin-left:10px;
}
.index_login_box .log_in_per .info .pname,.index_login_box .log_in_com .cominfo .comright .cname{
    float:left;width: 80px;padding-top: 0;margin-top: 10px;height: 27px;line-height: 27px;padding-left:10px;
}
.index_login_box .log_in_com .combtns,.index_login_box .log_in_per .perbtns{ padding-left:4px;}
.index_login_box .log_in_com .combtns a,.index_login_box .log_in_per .perbtns a{width: 80px;height: 17px;margin-top: 2px;font-size: 13px;padding-top: 35px;}
.index_login_box .log_in_com .combtns a.ntxt,.index_login_box .log_in_per .perbtns a.ntxt{ height:58px; padding-top:0;}
.index_login_box .log_in_com .combtns a.ntxt span{ height:25px;}
.index_login_box .log_in_com .com_login_in,.index_login_box .log_in_per .com_login_in{width:235px;height: 24px;line-height: 24px;font-size: 13px;border-radius: 20px;margin: 0 auto 0;}


.aix-main .aix-main-r .site_user_data{
    width:250px;
    height:110px;
    background:#fff;
    border-top:1px solid #f8f8f8;
}
.aix-main .aix-main-r .site_user_data .data_item{
    width:50%;
    float:left;
    position:relative;
}
.aix-main .aix-main-r .site_user_data .data_item .data_name{
    text-align: center;
    padding-top:75px;
    color:#282828;
}
.aix-main .aix-main-r .site_user_data .data_item.company_data .data_name{
    background:url(../images/index/company_default.png) no-repeat center 15px;
}
.aix-main .aix-main-r .site_user_data .data_item.company_data:hover .data_name{
    background:url(../images/index/company_select.png) no-repeat center 15px;
}
.aix-main .aix-main-r .site_user_data .data_item.person_data .data_name{
    background:url(../images/index/person_default.png) no-repeat center 15px;
}
.aix-main .aix-main-r .site_user_data .data_item.person_data:hover .data_name{
    background:url(../images/index/person_select.png) no-repeat center 15px;
}
.aix-main .aix-main-r .site_user_data .data_item:hover{
    cursor: pointer;
}
.aix-main .aix-main-r .site_user_data .data_item .data_num{
    position:absolute;
    top:15px;
    width:auto;
    white-space: nowrap;
    height:30px;
    line-height:30px;
    padding:10px;
    border:1px solid #d0edff;
    background:#fafafa;
    display: none;
    z-index:10;
    color:#282828;
}
.aix-main .aix-main-r .site_user_data .data_item .data_num span{
    color:#fd7400;
    font-weight: bold;
}
.aix-main .aix-main-r .site_user_data .data_item.company_data .data_num{
    left:100px;
}
.aix-main .aix-main-r .site_user_data .data_item.person_data .data_num{
    right:100px;
}
.aix-main .aix-main-r .site_user_data .data_item:hover .data_num{
    display: block;
}

.aix-main .aix-main-r .top-right-top-ads{
    width:250px;
    height: 275px;
    background:#fff;
    overflow: hidden;
}
.aix-main .aix-main-r .top-right-top-ads .ad-item,.aix-main .aix-main-r .top-right-top-ads .ad-item img{
    width:250px;
    height:110px;
}
.aix-main .aix-main-r .top-right-bottom-ads{
    width:250px;
    height: 275px;
    background:#fff;
    overflow: hidden;
    padding-top:5px;
}
.aix-main .aix-main-r .top-right-bottom-ads .ad-item,.aix-main .aix-main-r .top-right-bottom-ads .ad-item img{
    width:250px;
    height: 88px;
    margin-bottom:5px;
}

/*广告*/
.aix-ad-1200-65{width: 1200px;margin: 0 auto;margin-bottom: 15px;margin-top:15px;}
.aix-ad-1200-65 .ad-li{margin-bottom: 10px;width: 1200px;height: 65px;}
.aix-ad-1200-65 .ad-li img{width: 1200px;height: 65px;}

.home-box-title{
    height:55px;
    line-height:55px;
    padding:0 13px 0 20px;
}
.home-box-title .home-title-txt{
    padding-left:18px;
    position:relative;
    float:left;
    font-size:15px;
    font-weight: bold;
    color:#282828;
}
.home-box-title .home-title-txt:before{
    content:"";
    width:7px;
    height:15px;
    background:#1b84c8;
    border-radius:5px;
    position: absolute;
    left:0;
    top:20px;
}
.home-box-title .title_more{
    float:right;
    font-size:13px;
    color:#666666;
}
.home-box-title .title_more:hover{
    color:#1b84c8;
}

/*新闻*/
.home-news-box{
    width:393px;
    height:290px;
    overflow: hidden;
    float:left;
    background:#fff;
    margin-right:10px;
}
.home-news-box .new-list{
    padding:0 13px 0 20px;
}
.home-news-box .new-list li{
    height:20px;
    line-height:20px;
    position:relative;
    margin-bottom:13px;
}
.home-news-box .new-list li a{
    position:relative;
    padding-left:10px;
    color:#282828;
}
.home-news-box .new-list li a:before{
    position:absolute;
    content:"";
    width:3px;
    height:3px;
    background:#282828;
    left:0;
    top:9px;
}
.home-news-box .new-list li a:hover{
    color:#1b84c8;
}
.home-news-box .new-list li a:hover *{
    color:#1b84c8 !important;
}
.home-news-box .new-list li a:hover:before{
    background:#1b84c8;
}

.home_service_group{
    width:393px;
    height:290px;
    overflow: hidden;
    background:#fff;
    float:right;
}
.home_service_group .service_box{
    width:100px;
    height:90px;
    display: block;
    border:1px solid #ddd;
    text-align: center;
    float:left;
    margin-left:23px;
    margin-bottom:25px;
    color:#282828;
    padding-top:54px;
}


.home_service_group .service-content{position: relative;background:#fff;}
.home_service_group .service-content.slide-container{width: 393px;height: 230px;overflow: hidden;position: relative;}
.home_service_group .service-content.slide-container .hd{position: absolute;bottom: 0;z-index: 99}
.home_service_group .service-content.slide-container .hd ul{text-align: center;width: 393px;}
.home_service_group .service-content.slide-container .hd ul li{display: inline-block;background: #fff; border: 1px solid #1b84c8;opacity: 1;width: 10px;height: 10px;border-radius: 5px;margin: 0 4px;cursor: pointer;}
.home_service_group .service-content.slide-container .hd ul li.on{background: #1b84c8; border: 1px solid #1b84c8;width:18px;opacity: 1;}

.home_service_group .service_box.service1{background:url(../images/index/service1.png) no-repeat center 17px;}
.home_service_group .service_box.service1:hover{background:url(../images/index/service1_hover.png) no-repeat center 17px #1b84c8;color:#fff;border-color:#1b84c8;}
.home_service_group .service_box.service2{background:url(../images/index/service2.png) no-repeat center 17px;}
.home_service_group .service_box.service2:hover{background:url(../images/index/service2_hover.png) no-repeat center 17px #1b84c8;color:#fff;border-color:#1b84c8;}
.home_service_group .service_box.service3{background:url(../images/index/service3.png) no-repeat center 17px;}
.home_service_group .service_box.service3:hover{background:url(../images/index/service3_hover.png) no-repeat center 17px #1b84c8;color:#fff;border-color:#1b84c8;}
.home_service_group .service_box.service4{background:url(../images/index/service4.png) no-repeat center 17px;}
.home_service_group .service_box.service4:hover{background:url(../images/index/service4_hover.png) no-repeat center 17px #1b84c8;color:#fff;border-color:#1b84c8;}
.home_service_group .service_box.service5{background:url(../images/index/service5.png) no-repeat center 17px;}
.home_service_group .service_box.service5:hover{background:url(../images/index/service5_hover.png) no-repeat center 17px #1b84c8;color:#fff;border-color:#1b84c8;}
.home_service_group .service_box.service6{background:url(../images/index/service6.png) no-repeat center 17px;}
.home_service_group .service_box.service6:hover{background:url(../images/index/service6_hover.png) no-repeat center 17px #1b84c8;color:#fff;border-color:#1b84c8;}
.home_service_group .service_box.service7{background:url(../images/index/service7.png) no-repeat center 17px;}
.home_service_group .service_box.service7:hover{background:url(../images/index/service7_hover.png) no-repeat center 17px #1b84c8;color:#fff;border-color:#1b84c8;}
.home_service_group .service_box.service8{background:url(../images/index/service8.png) no-repeat center 17px;}
.home_service_group .service_box.service8:hover{background:url(../images/index/service8_hover.png) no-repeat center 17px #1b84c8;color:#fff;border-color:#1b84c8;}
.home_service_group .service_box.service9{background:url(../images/index/service9.png) no-repeat center 17px;}
.home_service_group .service_box.service9:hover{background:url(../images/index/service9_hover.png) no-repeat center 17px #1b84c8;color:#fff;border-color:#1b84c8;}
.home_service_group .service_box.service10{background:url(../images/index/service10.png) no-repeat center 17px;}
.home_service_group .service_box.service10:hover{background:url(../images/index/service10_hover.png) no-repeat center 17px #1b84c8;color:#fff;border-color:#1b84c8;}
.home_service_group .service_box.service11{background:url(../images/index/service11.png) no-repeat center 17px;}
.home_service_group .service_box.service11:hover{background:url(../images/index/service11_hover.png) no-repeat center 17px #1b84c8;color:#fff;border-color:#1b84c8;}
.home_service_group .service_box.service12{background:url(../images/index/service12.png) no-repeat center 17px;}
.home_service_group .service_box.service12:hover{background:url(../images/index/service12_hover.png) no-repeat center 17px #1b84c8;color:#fff;border-color:#1b84c8;}
.home_service_group .service_box.service13{background:url(../images/index/service13.png) no-repeat center 17px;}
.home_service_group .service_box.service13:hover{background:url(../images/index/service13_hover.png) no-repeat center 17px #1b84c8;color:#fff;border-color:#1b84c8;}
.home_service_group .service_box.service14{background:url(../images/index/service14.png) no-repeat center 17px;}
.home_service_group .service_box.service14:hover{background:url(../images/index/service14_hover.png) no-repeat center 17px #1b84c8;color:#fff;border-color:#1b84c8;}
.home_service_group .service_box.service15{background:url(../images/index/service15.png) no-repeat center 17px;}
.home_service_group .service_box.service15:hover{background:url(../images/index/service15_hover.png) no-repeat center 17px #1b84c8;color:#fff;border-color:#1b84c8;}
.home_service_group .service_box.service16{background:url(../images/index/service16.png) no-repeat center 17px;}
.home_service_group .service_box.service16:hover{background:url(../images/index/service16_hover.png) no-repeat center 17px #1b84c8;color:#fff;border-color:#1b84c8;}
.home_service_group .service_box.service17{background:url(../images/index/service17.png) no-repeat center 17px;}
.home_service_group .service_box.service17:hover{background:url(../images/index/service17_hover.png) no-repeat center 17px #1b84c8;color:#fff;border-color:#1b84c8;}

/*二栏广告*/
.index_2{margin:0 auto;margin-top:10px;width:1200px;height:auto;}
.index_2 .ad595_65{float:left;width:595px;height:65px;margin-right:10px;margin-bottom: 10px;}
.index_2 .ad595_65:nth-child(2n){margin-right: 0px;}
.index_2 .ad595_65 img{width:595px;height:65px;border:0px;}

.home_main_title{
    height:50px;
    line-height:50px;
    background: #fff;
    margin-bottom:10px;
}
.home_main_title .title_txt{
    width:120px;
    height:50px;
    line-height:50px;
    color:#fff;
    background:#1b84c8;
    float: left;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.home_main_title .title_more{
    font-size:13px;
    color:#666;
    float:right;
    margin-right: 15px;
}
.home_main_title .title_more:hover{
    color:#1b84c8;
}
.home_main_title .title_link{
    float:left;
    margin-left:20px;
    color:#666;
}
.home_main_title .title_link a{
    color:#1b84c8;
    margin-right:20px;
}
.home_main_title .title_link a:hover{
    text-decoration: underline;
}

/*名企*/
.index_ad6{
    width:1220px;
    margin-top:10px;
}
.ad192_85{
    width:192px;
    height:85px;
    float:left;
    margin-bottom:10px;
    margin-right:10px;
    position:relative;
}
.ad192_85 .ad_img{
    width:190px;
    height:83px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:#fff;
}
.ad192_85 .ad_img img{
    max-width:190px;
    max-height:83px;
}
.ad192_85:hover .ad_showinfo_box{
    display: block;
}
.ad192_85 .ad_showinfo_box{
    display: none;
    width:192px;
    height:85px;
    position:absolute;
    left:0;
    top:0;
    background:#1b84c8;
    color:#fff;
    padding:10px;
    z-index:10;
}
.ad192_85.active .ad_showinfo_box{
    display: block;
}
.ad192_85 .ad_showinfo_box a{
    color:#fff;
}
.ad192_85 .ad_showinfo_box a:hover{
    text-decoration: underline;
}
.ad192_85 .ad_showinfo_box .company_name{
    font-size:16px;
    font-weight: bold;
    margin-bottom:10px;
}
.ad192_85 .ad_showinfo_box .jobs_item{
     font-size:14px;
    margin-bottom:10px;
    width:130px;
}
.ad192_85 .ad_showinfo_box .more_jobs{
    width:40px;
    height:40px;
    display: block;
    position:absolute;
    right:0;
    bottom:0;
    background-color:#f08200;
    background-image:url(../images/index/more_pointer.png);
    background-repeat: no-repeat;
    background-position: 8px 14px;
    transition: all .5s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.ad192_85 .ad_showinfo_box .more_jobs:hover{
    background-color: #ee9123;
    background-position: 10px 14px;
}

/*推荐职位*/
.home_recomoned_jobs_box{
    width:1200px;
    background:#fff;
    padding-bottom:10px;
}
.home_recomoned_jobs_box .home_recommend_item{
    width:288px;
    height:82px;
    border:1px dashed #ccc;
    float:left;
    margin-left:10px;
    margin-top:10px;
    padding:10px 15px;
}
.home_recomoned_jobs_box .home_recommend_item:hover{
    border:1px solid #1b84c8;
}
.home_recomoned_jobs_box .home_recommend_item a:hover{
    text-decoration: underline;
}
.home_recomoned_jobs_box .home_recommend_item .jobs_name{
    float:left;
    width:140px;
    height:20px;
    line-height:20px;
    color:#ff9900;
    font-size:15px;
    font-weight: bold;
}
.home_recomoned_jobs_box .home_recommend_item .jobs_name a{
    color:#ff9900;
}
.home_recomoned_jobs_box .home_recommend_item .jobs_wage{
    float:right;
    width:115px;
    height:20px;
    line-height:20px;
    color:#ff9900;
    font-size:14px;
    font-weight: bold;
    text-align: right;
}
.home_recomoned_jobs_box .home_recommend_item .company_name{
    height:20px;
    line-height:20px;
    color:#282828;
    font-size:14px;
}
.home_recomoned_jobs_box .home_recommend_item .company_name a{
    color:#282828;
}
.home_recomoned_jobs_box .home_recommend_item .jobs_trade{
    height:20px;
    line-height:20px;
    color:#999;
    font-size:14px;
}

/*三栏*/
.index_ad3{
    width:1220px;
    margin-top:10px;
}
.index_ad3 .ad393_80{
    width:393px;
    height:80px;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
.index_ad3 .ad393_80 img{
    width:393px;
    height:80px;
}
/*六栏*/
.index_ad6 .ad192_65{
    width:192px;
    height:65px;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    background:#fff;
}
.index_ad6 .ad192_65 img{
    width:192px;
    height:65px;
}

/*最新招聘*/
.index_latestjobs{ }
.index_latestjobs_trade{ overflow:hidden;height:50px;background:#f8f8f8;border-top:3px solid #1b84c8;}
.index_latestjobs_trade a{
    display:inline-block;
    padding:0px 12px;
    font-size:14px;
    color:#666666;
    font-weight: bold;
    height:25px;
    line-height:25px;
    overflow:hidden;
    /*margin-left:25px;*/
    margin-top:12px;
    position:relative;
    border-radius:20px;
    width: 127px;
    text-align: center;
}
.index_latestjobs_trade a.cur,.index_latestjobs_trade a:hover{
    color:#fff;
    background:#1b84c8;
}
.index_latestjobs_content{
    background:#fff;
    padding-top:10px;
}
.rec-job-item{
    float:left;
    width:288px;
    border:1px solid #eee;
    background:#fff;
    height:75px;
    margin-left:10px;
    margin-bottom:10px;
    padding:8px 15px;
    overflow:hidden;
}
.rec-job-item:hover{
    border:1px solid #1b84c8;
}
.rec-job-item .item_company_name{font-size:15px;line-height:30px;height:30px;float:left;width: 261px; }
.rec-job-item .item_company_name a{ color:#1b84c8; }
.rec-job-item .item_time{font-size:14px;line-height:30px;height:30px;float:right;width:70px; text-align: right;color:#999;}
.rec-job-item .item_company_name a:hover{color: #096099;text-decoration: underline;}
.rec-job-item .item_jobs_list{ height:22px;line-height:22px; }
.rec-job-item .item_jobs_list a{ display: block;float: left;margin-right:10px;color:#1b84c8; }
.rec-job-item .item_jobs_list a:hover{ color: #096099;text-decoration: underline;}


/*新闻*/
.home-bottom-news-box{
    width:453px;
    height:250px;
    overflow: hidden;
    float:left;
    background:#fff;
    margin-right:10px;
    margin-top:15px;
}
.home-bottom-news-box .home_main_title{
    margin-bottom:20px;
    background:#fafafa;
}
.home-bottom-news-box .new-list{
    padding:0 13px 0 20px;
}
.home-bottom-news-box .new-list li{
    height:20px;
    line-height:20px;
    position:relative;
    margin-bottom:15px;
}
.home-bottom-news-box .new-list li .time{
    float:right;
}
.home-bottom-news-box .new-list li a{
    position:relative;
    padding-left:10px;
    color:#282828;
    display: inline-block;
    max-width:350px;
}
.home-bottom-news-box .new-list li a:before{
    position:absolute;
    content:"";
    width:3px;
    height:3px;
    background:#282828;
    left:0;
    top:9px;
}
.home-bottom-news-box .new-list li a:hover{
    color:#1b84c8;
}
.home-bottom-news-box .new-list li a:hover *{
    color:#1b84c8 !important;
}
.home-bottom-news-box .new-list li a:hover:before{
    background:#1b84c8;
}

.bottom-right-ads{
    width:270px;
    height:250px;
    background:#fff;
    overflow: hidden;
    float:right;
    margin-top:15px;
}
.bottom-right-ads .ad-item{
    width:270px;
    height:77px;
    margin-bottom:10px;
}
.bottom-right-ads .ad-item img{
    width:270px;
    height:77px;
}


/*友情链接*/
.link-warpper{min-width: 1200px;background:#fff;margin-top:20px;padding:10px 0;}
.link-warpper .link-title{margin-bottom:15px; height: 30px;line-height: 30px;font-size: 16px;font-weight :bold;position: relative;color:#282828;}
.index_8{ }
.index_8 .ntit{height:45px;}
.index_8 .ntit .lt{width:152px;font-size:20px;color:#000}
.index_8 .links{width:1200px;height:auto;overflow: hidden}
.index_8 .links .imglink{width:150px;height:52px;border:1px #d4d4d4 solid;margin-left:10px;float:left;margin-bottom:17px;}
.index_8 .links .imglink:hover{border-color:#cccccc}
.index_8 .links .imglink img{border:0px;width:148px;height:50px;}
.index_8 .links .txtlink{float:left; height:30px;padding:0 10px;}
.index_8 .links .txtlink a{color:#282828;text-decoration: none;}
.index_8 .links .txtlink a:hover{color:#1b84c8;text-decoration: none;}

.silder-button {
    top: 0px;
    width: 21px;
    height: 52px;
    position: absolute;
    cursor: pointer;
}
.silder-button.btl {
    left: -45px;
    background: url(../images/index/left_btn.png) left center no-repeat;
}
.silder-button.btr {
    right: -45px;
    background: url(../images/index/right_btn.png) left center no-repeat;
}
.silder-box{
    position: relative;
    width:1110px;
    margin:0 auto;
}
.silder{
    overflow: hidden;
    width: 1120px;
    height: 52px!important;
    position: relative;
    margin-left: -10px;
}
.slider1{

    height:52px;


}

/*首页底*/
.home_footer{
    background:#e5f1fa;
    padding:45px 0;
    min-width: 1200px;
    color:#282828;
}
.home_footer a{
    color:#282828;
}
.home_footer a:hover{
    color: #282828;
    text-decoration: underline;
}
.home_footer .footer-info-nav{
    float: left;
    width:340px;
    border-right:1px solid #dcd9d9;
    padding:5px 0;
    color:#282828;
    margin-right:40px;
}
.home_footer .footer-info-nav li{
    line-height:30px;
}
.home_footer .footer-info-nav li .menu_title{
    font-weight: bold;
}
.home_footer .footer-info-nav li a{
    margin-left:15px;
    color: #282828;
}
.home_footer .footer-info-nav li a:hover{
    color: #282828;
    text-decoration: underline;
}
.home_footer .footer_qrode{
    float:left;
    width:90px;
    margin-right:25px;
}
.home_footer .footer_qrode img{
    width:90px;
    height:90px;
    display: block;
    background:#fff;
}
.home_footer .footer_qrode p{
    width:100%;
    height:30px;
    line-height:30px;
    color:#282828;
    font-size:12px;
    text-align: center;
    white-space: nowrap;
}
.home_footer .footer_beian{
    float:left;
    line-height:45px;
    margin-top: 5px;
    margin-left:25px;
    color:#282828;
}
.home_footer .footer_beian a{
    color:#282828;
}
.home_footer .footer_beian .txt img{
    position:relative;
    top: -4px;
}
.home_footer .footer_other_info{
    float:right;
    text-align: right;
    color:#282828;
    width:340px;
}
.home_footer .footer_other_info .tel{
    font-size:15px;
    font-weight: bold;
    line-height:30px;
    margin-bottom:5px;text-align: left;
}
.home_footer .footer_other_info .txt{
    line-height:20px;
    color:#282828;
}


/*底部信息*/
.new-footer{background-color: #fff;width: 100%;color: #999999;}
.new-footer .footer-info-group{width: 1128px;margin: 0 auto;margin-bottom: 35px;}
.new-footer .footer-info-group .footer-info-tel{float: left;width: 220px;background: url(../images/footer_c01.jpg) no-repeat center top;text-align: center;font-size: 15px;color: #888888;padding-top: 75px;}
.new-footer .footer-info-group .footer-info-tel .m{text-align:center;margin-top: 20px;}
.new-footer .footer-info-group .footer-info-tel .m i.mobile_icon{display: inline-block;width: 18px;height: 20px;background: url(../images/109.png) no-repeat 0px -23px;}
.new-footer .footer-info-group .footer-info-nav{float: left;margin-left: 20px;margin-right: 20px;}
.new-footer .footer-info-group .footer-info-nav .list-menu li{display: inline-block;margin-right: 80px;}
.new-footer .footer-info-group .footer-info-nav .list-menu li div{color: #666666;padding-left: 15px;line-height: 36px;position: relative;}
.new-footer .footer-info-group .footer-info-nav .list-menu li div:before{background: url(../images/hficon.png) no-repeat;position: absolute;content: "";display: block;width: 15px;height: 15px;left: -7px;top: 10px;}
.new-footer .footer-info-group .footer-info-nav .list-menu li div.l1:before{background-position: -9px -5px;}
.new-footer .footer-info-group .footer-info-nav .list-menu li div.l2:before{background-position: -54px -5px;}
.new-footer .footer-info-group .footer-info-nav .list-menu li div.l3:before{background-position: -100px -5px;}
.new-footer .footer-info-group .footer-info-nav .list-menu li div.l4:before{background-position: -145px -5px;}
.new-footer .footer-info-group .footer-info-nav .list-menu li a{display: block;color: #999999;font-size: 12px;border-left: 1px solid #d8d8d8;padding-left: 15px;line-height: 36px;}
.new-footer .footer-info-group .footer-info-qrode{float: left;}
.new-footer .footer-info-group .footer-info-qrode ul li{display: inline-block;margin-right: 30px;text-align: center;}
.new-footer .footer-info-group .footer-info-qrode ul li img{width: 100px;height: 100px;}
.new-footer .footer-txt-group{font-size: 12px;color: #999999;padding: 0;margin: 0;}
.new-footer .footer-txt-group a{color: #999999;}
.new-footer .gov-link{width: 1200px;margin: 0 auto;text-align: center;margin-bottom: 20px;position: relative;}
.new-footer .gov-link a.li{border: 1px solid #d8d8d8;padding: 10px;display: inline-block;padding-left: 45px;color: #999;font-size: 12px;text-align: left;}
.new-footer .gov-link a.al{background: url(../images/gg1.gif) no-repeat 5px center;width: 75px;}
.new-footer .gov-link a.ar{background: url(../images/gg2.gif) no-repeat 5px center;width: 110px;margin-left: 10px;}
.new-footer .gov-link .tongji{position: absolute;right: 405px;top:16px;}


